home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Cool Specials
/
Al Morale Demo
/
Al's Stuff
/
D200.DCR
/
00009_Mouse Sensor Master.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-02-16
|
266 b
|
13 lines
on mouseUp
global gLite2
set gLite2 to the clickOn
radioGroup([39, 40], "on", "off")
if gLite2 = 39 then
set the text of member "MouseTime" to "600"
else
if gLite2 = 40 then
set the text of member "MouseTime" to "300"
end if
end if
end